Welcome![Sign In][Sign Up]
Location:
Search - simulation of banker algorithm

Search list

[OS DevelopBankers_algorithm

Description: 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System Engineering Experiment- Banker' s algorithm experimental report two experiments the content or subject a) Design 5 process (P0, P1, P2, P3, P4) share the three types of resources, (A, B, C) system, (A, B, C), respectively the total number of resources 10,5,72) parallel process can dynamically apply for funding and release of resources (programs for interactive input or release of resources), the system processes the applications according to dynamic allocation of resources. 3) Whenever a process of dynamic application resources or the release of resources, the simulation program should be able to display or print each time the process of allocation of resources at this time table, the amount of resources available to the system such as resource allocation, and security sequence information and security checks information
Platform: | Size: 2048 | Author: 恋恋的恋 | Hits:

[Otheryinhangjia

Description: 设计一个n个并发进程共享m个系统资源的程序以实现银行家算法编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生-Design a n concurrent processes to share m-system resources to achieve the banker' s algorithm program to write and debug a simple system dynamics simulation program to allocate resources to observe the resulting deadlock conditions, and the use of appropriate algorithms, effectively prevent and avoid the dead the occurrence of lock
Platform: | Size: 6144 | Author: 高飞 | Hits:

[Process-Threaddeadlock

Description: 编写死锁检测的模拟程序. 1每种类型一个资源:检测资源与进程图之间是否有换; 2每种类型多个资源的死锁检:用一个类似多个资源银行家的算法。 -The preparation of deadlock detection simulation program. One for each type of a resource: To detect the resources and whether there is exchange between the process of map two of each type of deadlock over resources, check: Using a similar algorithm for multiple resource banker.
Platform: | Size: 174080 | Author: ji | Hits:

[OS DevelopYinHangJia

Description: 模拟实现操作系统中解决死锁问题的银行家算法-Simulation to achieve the operating system to solve the problem of the banker' s algorithm deadlock
Platform: | Size: 2048 | Author: 吴蕾 | Hits:

[Windows Developyhjsf

Description: 银行家算法,模拟解决系统中的死锁问题,更清楚多道系统中并行进程的资源分配问题-Banker' s algorithm, simulation to solve deadlock in the system more clearly the process of multi-channel system, the resource allocation problem in parallel
Platform: | Size: 2048 | Author: 李飞飞 | Hits:

[Mathimatics-Numerical algorithms123

Description: C++版的银行家算法演示程序源代码,可以完全实现模拟。-C++ version of the banker' s algorithm demo program source code, can be fully realized simulation.
Platform: | Size: 4096 | Author: 黄桂仙 | Hits:

[Windows Developyinhangjiasuanfa

Description: 设计程序模拟预防进程死锁的银行家算法的工作过程。假设有系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生。-Process simulation program designed to prevent deadlock bankers algorithm works. Suppose the system has n processes P1, ..., Pn, there are m types of resources can be allocated R1, ..., Rm, at the time T0, the process Pi assigned to the j class resources Allocationij one, it requires resources Need class j ij a system is currently remaining resources Workj a class j, is the process of using the banker' s algorithm for the allocation of resources to prevent deadlock from occurring.
Platform: | Size: 1119232 | Author: gst | Hits:

[Data structsziyuanfenpei

Description: 用银行家算法和随机分配算法模拟实现资源分配-With the banker' s algorithm and random allocation of resources allocation algorithm simulation
Platform: | Size: 93184 | Author: | Hits:

[OS Developyhj

Description: 利用vc实现的银行家算法模拟。可初始化各进程及其请求资源,判断安全性并输出全部安全序列。-Banker' s algorithm implementation using vc simulation. The initialization process can request resources and to determine all the security and safety of the output sequence.
Platform: | Size: 2401280 | Author: 唐帆 | Hits:

[JSP/JavaBank

Description: 用java模拟实现了银行家算法,字符界面。其中包括爱全序列的检查和是否可分配资源。-Achieved with the banker' s algorithm java simulation, character-based interface. Love the whole sequence, including the inspection and whether the allocation of resources.
Platform: | Size: 5120 | Author: LLLL | Hits:

[Data structs4

Description: 编程实现银行家算法 通过实例模拟银行家算法实现死锁预防。 掌握银行家算法实现死锁预防的原理 要求:输入实例,能够使用银行家算法判断资源分配后是否存在安全序列。 -Programming by example simulation banker bankers algorithm deadlock prevention algorithm. Master bankers, deadlock prevention algorithm principle requirements: input instance, be able to use the banker' s algorithm to determine whether the allocation of resources for security sequence.
Platform: | Size: 1024 | Author: 瓜哥 | Hits:

[CSharpBacker_SecondTest

Description: 操作系统银行家算法的模拟程序和安全序列的检测-Simulation program of the operating system of the banker' s algorithm
Platform: | Size: 63488 | Author: 朱俊生 | Hits:

[e-languageBank

Description: VC环境下对操作系统中的银行家调度算法的模拟实现-VC environment on the operating system of the banker s scheduling algorithm simulation
Platform: | Size: 1041408 | Author: 黄安 | Hits:

[OS Develop银行家算法

Description: 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's simulation algorithm. Through this experiment, we can have a better understanding of deadlock prevention and banker's algorithm.)
Platform: | Size: 82944 | Author: 寒修末 | Hits:
« 1 2 3»

CodeBus www.codebus.net